Determines whether the item at can be moved to .
シンタックス
'宣言
Function CanMove( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
System.bool CanMove(
System.int ,
System.int
)
パラメータ
- fromIndex
- The original index.
- toIndex
- The destination index.
参照